Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
agendador-home
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Fabricio Jose De Oliveira Ceschin
agendador-home
Commits
ed026b41
Commit
ed026b41
authored
Jun 26, 2015
by
Fabrício Ceschin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new cities to ba
parent
0ad24df2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
data/ba/cidades.geojson
data/ba/cidades.geojson
+4
-1
js/map.js
js/map.js
+2
-0
No files found.
data/ba/cidades.geojson
View file @
ed026b41
This source diff could not be displayed because it is too large. You can
view the blob
instead.
js/map.js
View file @
ed026b41
...
...
@@ -854,6 +854,8 @@
$
(
"
#select_cidade
"
).
append
(
new
Option
(
"
Piraí do Norte
"
,
"
PiraiDoNorte
"
));
$
(
"
#select_cidade
"
).
append
(
new
Option
(
"
Uruçuca
"
,
"
Urucuca
"
));
$
(
"
#select_cidade
"
).
append
(
new
Option
(
"
Vitória da Conquista
"
,
"
VitoriadaConquista
"
));
$
(
"
#select_cidade
"
).
append
(
new
Option
(
"
Lauro de Freitas
"
,
"
LauroDeFreitas
"
));
$
(
"
#select_cidade
"
).
append
(
new
Option
(
"
Itaberaba
"
,
"
Itaberaba
"
));
break
;
case
"
ce
"
:
$
(
"
#select_estado
"
).
val
(
sigla
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment